public void SetBackgroundPicture( IConvertible<Stream> imageConvertible, string contentType )
'Declaration Public Overloads Sub SetBackgroundPicture( _ ByVal imageConvertible As IConvertible(Of Stream), _ ByVal contentType As String _ )
'Declaration
Public Overloads Sub SetBackgroundPicture( _ ByVal imageConvertible As IConvertible(Of Stream), _ ByVal contentType As String _ )
'Usage Dim instance As Worksheet Dim imageConvertible As IConvertible(Of Stream) Dim contentType As String instance.SetBackgroundPicture(imageConvertible, contentType)
'Usage
Dim instance As Worksheet Dim imageConvertible As IConvertible(Of Stream) Dim contentType As String instance.SetBackgroundPicture(imageConvertible, contentType)
Worksheet Class Worksheet Members Overload List